home *** CD-ROM | disk | FTP | other *** search
- Comment *
-
- This is the second of two ALINT demo files.
-
- *
-
- public a_dword ; This one's OK
- extrn Word1:word ; So is this
- extrn Byte1:dword ; Error: it's a BYTE variable
- extrn Byte2:byte ; See DEMO1.ASM
- extrn NotPublic:byte ; Error: not PUBLIC anywhere
-
- a_dword dd ?
-